For C++ it is very annoying to see the errors all
sorted in the errorlist. Much meaning is lost, because
the errors/warnings are often related to each other and
span multiple lines.
| Submitted | ezust - 2006-09-07 03:22:45 | Assigned | daleanson |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | |
| Resolution | None |
| 2009-04-29 12:00:46 *anonymous |
ErrorList currently groups errors under the file in which they are reported. Which
means, if I have output lines specifying errors, in the following order:
|
|---|---|
| 2010-01-18 03:40:38 ezust |
I'm thinking just an option to "not group by file" but instead just preserve the order.
|
| 2010-01-18 03:41:56 ezust |
And perhaps it can be a mode option, since people might only want it in C++, for example.
|
| 2012-01-29 20:51:32 ezust |
From 2780273, it seems to be an issue with Ruby also.
|
| 2017-02-15 19:42:25.440000 daleanson |
- **assigned_to**: Dale Anson |
| 2017-02-17 15:11:00.759000 ezust |
Actually if https://sourceforge.net/p/jedit/plugin-feature-requests/380/ was implemented,
I don't think I'd need this anymore.
|